services.mailpit.instances.<name>.database
Specify the local database filename to store persistent data.
If null, a temporary file will be created that will be removed when the application stops.
It's recommended to specify a relative path. The database will be written into the service's
state directory then.
- Type
null or string- Default
null- Example
"mailpit.db"- Declared
- <nixpkgs/nixos/modules/services/mail/mailpit.nix>